/* Elements: */
* {
    font-family: 'Quicksand', sans-serif;
}

h1 {
    color: #fff;
    background-color: #34495e;
}

/* Classes: */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Identifiers: */
#img-upload {
    width: 100%;
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;
}

#img-browse {
    margin-top: 50px; 
    margin-left: 25px;
}

#indentify-btn {
    margin-top: 90px; 
    margin-left: 110px;
}

#results-lbl {
    margin-top: 30px; 
    margin-left: 20px;
}

#results-field {
    resize: none; 
    margin-top: 10px; 
    margin-left: 50px;
    font-size: 18px;
}